Add WordPress Plugin links to navigation and landing page#1022
Closed
Add WordPress Plugin links to navigation and landing page#1022
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds links to the PayButton WordPress Plugin in the navigation areas as requested in the issue. The WordPress Plugin link has been added to three strategic locations:
Changes Made
1. Landing Page Footer (
components/LandingPage/Footer.tsx)<Link>component with proper security attributes2. Landing Page Navbar (
components/LandingPage/Navbar.tsx)<Link>component with proper security attributes3. Sidebar (
components/Sidebar/index.tsx)<a>tag consistent with existing social links patternTechnical Details
target="_blank"andrel="noopener noreferrer"Testing
The WordPress plugin link is now available in the misc links at the bottom of the nav when logged in (sidebar) as well as on the landing page as requested.
Fixes #963.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
binaries.prisma.shnode scripts/postinstall.js(dns block)node /home/REDACTED/work/paybutton-server/paybutton-server/node_modules/prisma/build/index.js generate --postinstall "UNABLE_TO_FIND_POSTINSTALL_TRIGGER__ENVAR_MISSING"(dns block)registry.supertokens.iowordpress.orgcurl -s REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.